home *** CD-ROM | disk | FTP | other *** search
/ Champak 33 / Volume 33 - JOGO DISK .iso / Games / space_escape.swf / scripts / frame_5 / PlaceObject2_295_3 / CLIPACTIONRECORD onClipEvent(enterFrame).as next >
Text File  |  2007-01-15  |  123b  |  9 lines

  1. onClipEvent(enterFrame){
  2.    pPos.y += 1;
  3.    if(pPos.y > 450)
  4.    {
  5.       pPos.y = -380;
  6.    }
  7.    this._y = pPos.y;
  8. }
  9.